Mgmttoprov smaller parts#81
Open
richard-cox wants to merge 22 commits into
Open
Conversation
- where not needed, remove - where needed try to use MCIC instead
…rov-smaller-parts
…rov-smaller-parts
richard-cox
commented
May 8, 2026
| afterLoginRoute: { | ||
| async handler(neu) { | ||
| if (typeof neu === 'object') { | ||
| this.clusters = await this.$store.dispatch('management/findAll', { type: MANAGEMENT.CLUSTER }); |
Owner
Author
There was a problem hiding this comment.
This is kinda temporary. What we should be doing is using a paginated select component but... i think the plan is to remove all of this, so take the simple approach for the moment
richard-cox
commented
May 8, 2026
| { field: `status.info.machineProvider` }, | ||
| { field: `status.driver` }, | ||
| { field: `status.info.kubernetesVersion` }, | ||
| { field: `spec.fleetWorkspaceName` }, |
Owner
Author
There was a problem hiding this comment.
this was missing from the previous PR that switched lists from PCIC to MCIC
…rov-smaller-parts
* fix wf emails * fix permissions issue * revert changes as wf is fixed in terms of emails
* wip * cover 'list', 'listAll', 'get' and 'labelSelector' methods * docusaurus updates missed from last commit * fix docusaurus build * address pr comments * fix unit tests * address pr comments + fixed examples of shell api to be composition api first + updated methods and naming used for resources API + update tests * address pr comments from cody * address pr comments from richard * address final comments * fix issue with findFiltered around usage and types + update unit tests and docs * fix return types of findFiltered + fix lint issues * fix lint issues
… on the previous tests (rancher#17660) * Improvements to daily test improver based on previous tests created * Add QA/None since we always adds it * Recompiled
…misc validators (rancher#17658) * test: add tests for pod-affinity, prometheusrule, and misc validators Add 79 unit tests covering: - pod-affinity.js: affinity/anti-affinity preferred/required scheduling, weight validation (1-100), topologyKey validation, labelSelector matchExpression operators (In/NotIn/Exists/DoesNotExist), error context - prometheusrule.js: ruleGroups required validation, groupsAreValid (name, rules, alert/record/expr/labels fields, 1-based indexing) - container-images.js: podSpec path (template and cronjob jobTemplate), container image presence validation - flow-output.js: verifyLocal flag, local/global ref combinations - logging-outputs.js: logdna api_key validation - monitoring-route.js: matching spec validation, interval format validation Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> * ci: trigger checks --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
* add validation to ca bundle certificate field + info tooltip * add isBase64EncodedCert helper * fix validation update issue with removed items + comments --------- Co-authored-by: Mo Mesgin <mmesgin@Mos-M2-MacBook-Pro.local>
…ion. (rancher#17650) * Apply the WORKFLOW on a FORK as a SUCCESS and skip the other steps * Recompiled after rebase * test agentic workflow if condition
The sort cache key included rows.length but not row identity, so filtering to a different set with the same count returned stale cached rows. Store a reference to the source rows array alongside the cache and compare it on cache hit. Fixes rancher#15576
Convert home and cluster management cluster lists to use MCIC instead of PCIC
721d661 to
5cd540d
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Fixes #
Occurred changes and/or fixed issues
Technical notes summary
Areas or cases that should be tested
Areas which could experience regressions
Screenshot/Video
Checklist
Admin,Standard UserandUser Base